home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00029.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  370 b   |  11 lines

  1. on mouseUp
  2.   global md3
  3.   if the name of cast the castNum of sprite 6 = "long 4" then
  4.     set the castNum of sprite 6 to the number of cast "long 1"
  5.     set md3 to the duration of cast the number of cast "long 1" - 3
  6.   else
  7.     set md3 to the duration of cast (the castNum of sprite 6 + 1) - 3
  8.     set the castNum of sprite 6 to the castNum of sprite 6 + 1
  9.   end if
  10. end
  11.